INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  1,
  3
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  1,
  5
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  1,
  2
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  1,
  3
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  2,
  1
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  2,
  3
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  3,
  3
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  4,
  6
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  4,
  1
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  5,
  2
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  5,
  3
 );

INSERT INTO UlubioneKategorie 
(
  IdentyfikatorKategorii,
  IdentyfikatorCzlonka
)
VALUES
 ( 
  5,
  4
 );
